PFillStyle(eFillStyle cFillStyle);
kParmDontCare to leave style unchangedText tool, story editor, or no object. If the text tool is active, the constructor will throw an exception. If either the story editor is active or no PageMaker objects are selected, the specified fill becomes the default fill for the publication.
kFillNone
kFillPaper
kFillSolid
kFillVertFew
kFillVertLots
kFillHorizFew
kFillHorizLots
kFillDiagFew
kFillDiagLots
kFillHashFew
kFillHashLots
Tinting and shading objects. In PageMaker 6.5, you tint an object's fill using the PFillAndLine command.
Example. The following example selects the second-drawn object and applies a pattern of a few horizontal lines (as shown in the Fill submenu).
PSelect(2);
PFillStyle(kFillHorizFew);
Adobe PageMaker 6.5 Help > Commands > Element > Fill and Line
Comments or suggestions? Contact Adobe Developer Support